home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / notify < prev    next >
Text File  |  2001-03-21  |  890b  |  28 lines

  1. Synopsis:
  2.    $notify([on|off serv <server number>])
  3.  
  4. Technical:
  5.    This function provides an interface to the client's internal NOTIFY
  6.    list.  If no arguments are passed, a list of all nicknames on the list
  7.    is returned.  If the ON command is used, only those nicknames that are
  8.    currently present on the given server are shows; if the OFF command is
  9.    used, those not on irc are shown.
  10.  
  11. Practical:
  12.    This function works in a similar manner as the NOTIFY command, except
  13.    it has a return value.  This allows script to more easily manipulate
  14.    the information.
  15.  
  16. Returns:
  17.    nickname list
  18.  
  19. Examples:
  20.    /notify hop crowman archon sheik
  21.    $notify()                            shows current notify list
  22.    $notify(on serv 2)                   shows who is on server #2
  23.    $notify(off serv 5)                  shows who is not on server #5
  24.  
  25. See Also:
  26.    notify(1)
  27.  
  28.